mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 20:28:44 +08:00 
			
		
		
		
	mall + pay:
1. 实现 WxNativePayClient 的支付功能
This commit is contained in:
		@@ -50,3 +50,14 @@ tenant-id: {{appTenentId}}
 | 
			
		||||
    "openid": "oLefc4g5GjKWHJjLjMSXB3wX0fD0"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
### /pay/create 提交支付订单【wx_native】
 | 
			
		||||
POST {{appApi}}/pay/order/submit
 | 
			
		||||
Content-Type: application/json
 | 
			
		||||
Authorization: Bearer {{appToken}}
 | 
			
		||||
tenant-id: {{appTenentId}}
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
  "id": 202,
 | 
			
		||||
  "channelCode": "wx_native"
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user