Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
liyi committed Jul 2, 2018
1 parent 52fcddb commit 23f694c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/weixin/popular/api/PayMchAPI.java
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public static SandboxSignkey sandboxnewPayGetsignkey(String mch_id,String key){
* @return UnifiedorderResult
*/
public static UnifiedorderResult payUnifiedorder(Unifiedorder unifiedorder,String key){
Map<String,String> map = MapUtil.objectToMap(unifiedorder,"detail");
Map<String,String> map = MapUtil.objectToMap(unifiedorder, "detail", "scene_info");
//@since 2.8.8 detail 字段签名处理
if(unifiedorder.getDetail() != null){
map.put("detail",JsonUtil.toJSONString(unifiedorder.getDetail()));
Expand Down

0 comments on commit 23f694c

Please sign in to comment.