更新:加按钮节流
This commit is contained in:
@@ -195,6 +195,7 @@ export async function submitFeedback(data: IFeedbackForm) {
|
||||
* @param productId 产品ID
|
||||
*/
|
||||
export async function verifyGooglePay(productId: number, purchaseToken: string, orderSn: string) {
|
||||
console.log(productId, purchaseToken, orderSn);
|
||||
const res = await mainClient.request<IApiResponse>({
|
||||
url: 'pay/googlepay/googleVerify',
|
||||
method: 'POST',
|
||||
|
||||
Reference in New Issue
Block a user