mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 16:39:37 +08:00
13 lines
221 B
JavaScript
13 lines
221 B
JavaScript
![]() |
import {
|
||
|
request
|
||
|
} from '../selfRequest';
|
||
|
|
||
|
// 唤起支付需要的参数
|
||
|
export function wxPaySignRq(data) {
|
||
|
return request({
|
||
|
url: '/meeting/wxPay/paySign',
|
||
|
method: "post",
|
||
|
data
|
||
|
});
|
||
|
}
|