|
@@ -470,7 +470,7 @@ public class WxGzhServiceImpl implements IWxGzhService {
|
|
JSONObject resultJSONObject = new JSONObject();
|
|
JSONObject resultJSONObject = new JSONObject();
|
|
resultJSONObject.put("ticket",ticket);
|
|
resultJSONObject.put("ticket",ticket);
|
|
resultJSONObject.put("appId",appid);
|
|
resultJSONObject.put("appId",appid);
|
|
- resultJSONObject.put("timestamp",timestamp);
|
|
|
|
|
|
+ resultJSONObject.put("timestamp",String.valueOf(timestamp));
|
|
resultJSONObject.put("nonceStr",nonce_str);
|
|
resultJSONObject.put("nonceStr",nonce_str);
|
|
resultJSONObject.put("signature",signature);
|
|
resultJSONObject.put("signature",signature);
|
|
return resultJSONObject;
|
|
return resultJSONObject;
|