packages/services/apiV2/userWallet.ts
@@ -16,18 +16,3 @@ ...(options || {}), }); } /** 微信JS支付通知 POST /api/user/userWallet/weChatPayTransactionsJsApiNotify */ export async function weChatPayTransactionsJsApiNotify( body: API.WeChatPayTransactionsJsApiNotifyCommand, options?: API.RequestConfig ) { return request<boolean>('/api/user/userWallet/weChatPayTransactionsJsApiNotify', { method: 'POST', headers: { 'Content-Type': 'application/json-patch+json', }, data: body, ...(options || {}), }); }