Commit 0ec7fd42a0da47088d17611aaac869d571a3d426
1 parent
61c5a993a0
Exists in
master
发起支付
Showing 1 changed file with 1 additions and 1 deletions
talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/OrderController.java
View file @
0ec7fd4
... | ... | @@ -183,7 +183,7 @@ |
183 | 183 | { |
184 | 184 | data.put("payId",retMap.get("prepay_id")); |
185 | 185 | data.put("nonce_str",retMap.get("nonce_str")); |
186 | - data.put("sign",retMap.get("sign")); | |
186 | + data.put("paySign",retMap.get("sign")); | |
187 | 187 | data.put("timestamp",System.currentTimeMillis()/1000+""); |
188 | 188 | return data; |
189 | 189 | } |