2020年12月17日
摘要: /** * */ package json; import java.util.Date; import java.util.Objects; import com.platformfee.util.tools.GsonUtils; import com.google.gson.Gson; impo 阅读全文
posted @ 2020-12-17 08:25 oktokeep 阅读(1956) 评论(0) 推荐(0) 编辑
摘要: 1.https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=7_7 调用支付JSAPI缺少参数:total_fee 1、请检查预支付会话标识prepay_id是否已失效 2、请求的appid与下单接口的appid是否一致 阅读全文
posted @ 2020-12-17 08:17 oktokeep 阅读(9802) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-12-17 08:13 oktokeep 阅读(1693) 评论(0) 推荐(0) 编辑