|
@ -436,7 +436,8 @@ public class BusinessOrderService extends BaseJpaService<BusinessOrderDO,Busines
|
|
|
object.put("type","Wap");
|
|
|
object.put("wap_url","");
|
|
|
object.put("wap_name","");
|
|
|
map.put("scene_info",object.toJSONString());
|
|
|
jsonObject.put("h5_info",object);
|
|
|
map.put("scene_info",jsonObject.toJSONString());
|
|
|
}
|
|
|
/* String token_url = "https://api.weixin.qq.com/cgi-bin/token";
|
|
|
String params = "grant_type=client_credential&appid=" + wxWechatDO.getAppId() + "&secret=" + wxWechatDO.getAppSecret();
|