Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| 2 | * @Author: hookehuyr hookehuyr@gmail.com | 2 | * @Author: hookehuyr hookehuyr@gmail.com |
| 3 | * @Date: 2022-06-01 16:00:48 | 3 | * @Date: 2022-06-01 16:00:48 |
| 4 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 4 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 5 | - * @LastEditTime: 2022-06-09 21:55:06 | 5 | + * @LastEditTime: 2022-07-01 16:40:05 |
| 6 | * @FilePath: /tswj/src/api/C/donate.js | 6 | * @FilePath: /tswj/src/api/C/donate.js |
| 7 | * @Description: 鎹愰挶鎿嶄綔API | 7 | * @Description: 鎹愰挶鎿嶄綔API |
| 8 | */ | 8 | */ |
| ... | @@ -21,7 +21,7 @@ const Api = { | ... | @@ -21,7 +21,7 @@ const Api = { |
| 21 | * @param {String} perf_id 琛ㄦ紨鑰匢D | 21 | * @param {String} perf_id 琛ㄦ紨鑰匢D |
| 22 | * @returns | 22 | * @returns |
| 23 | */ | 23 | */ |
| 24 | -export const prepareDonateAPI = (params) => fn(fetch.post(Api.PREPARE_DONATE, params)); | 24 | +export const prepareDonateAPI = (params) => fn(fetch.get(Api.PREPARE_DONATE, params)); |
| 25 | 25 | ||
| 26 | /** | 26 | /** |
| 27 | * @description: 鐢ㄦ埛鎹愮尞 | 27 | * @description: 鐢ㄦ埛鎹愮尞 | ... | ... |
-
Please register or login to post a comment