var fd = new FormData() fd.append('phone', '12345678910') fetch(ctx + '/direct/user/sendCode', { method: 'post', body: fd, }) .then(res ...
確定! 回上一頁