更新:加按钮节流

This commit is contained in:
2025-11-28 11:48:39 +08:00
parent 12de098e10
commit 3587e15e7a
3 changed files with 55 additions and 4 deletions

View File

@@ -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',