This commit is contained in:
xiaogang 2025-10-30 16:52:13 +08:00
parent 3161473c63
commit ad7d05e055
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ export interface ReqParam {
} }
const test_customer_id = [ const test_customer_id = [
2,3,674,675,676,677,690,691,695,696,697,698,699,780,781,782,783,784,785,786,787,788,789,790 2,3,674,675,676,677,690,691,695,696,697,698,699,780,781,782,783,784,785,786,787,788,789,790,797
] ]
export const mRequest = async (req: ReqParam) => { export const mRequest = async (req: ReqParam) => {