Commit 9ce5a498 by 姜雷

支付接口添加参数appid

parent b2b479ae
...@@ -32,5 +32,5 @@ export const getPayOrder = ( ...@@ -32,5 +32,5 @@ export const getPayOrder = (
baseFetch({ baseFetch({
url: '/smapro/prepay/order/wx/apply/pay', url: '/smapro/prepay/order/wx/apply/pay',
method: 'POST', method: 'POST',
data: entity, data: { ...entity, appId: 'wx99b75b4bdb31b3c3' },
}); });
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment