|
@@ -119,6 +119,8 @@ public class PayController {
|
|
|
|
|
|
@GetMapping("getOpenIdCode/{orderId}")
|
|
|
public String getOpenIdCode(@PathVariable Long orderId) throws UnsupportedEncodingException {
|
|
|
+ String openIdCode = wxPayServiceMy.getOpenIdCode(orderId);
|
|
|
+ System.out.println("授权地址+“--------------------------------------------------------"+openIdCode);
|
|
|
return wxPayServiceMy.getOpenIdCode(orderId);
|
|
|
}
|
|
|
|