摘要:
/** * */ package json; import java.util.Date; import java.util.Objects; import com.platformfee.util.tools.GsonUtils; import com.google.gson.Gson; impo 阅读全文
摘要:
1.https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=7_7 调用支付JSAPI缺少参数:total_fee 1、请检查预支付会话标识prepay_id是否已失效 2、请求的appid与下单接口的appid是否一致 阅读全文
摘要:
1.捕获异常的方式try: img_list = img_list["name"]except: img_list = "" 2.对象进行判断if img_list: img_list = img_list["name"]else: img_list = "" demo textJson = jso 阅读全文