Showing
1 changed file
with
1 additions
and
1 deletions
@@ -226,7 +226,7 @@ exports.orderSub = (uid, addressId, cartType, deliveryTime, | @@ -226,7 +226,7 @@ exports.orderSub = (uid, addressId, cartType, deliveryTime, | ||
226 | params.qhy_union = qhyUnion; | 226 | params.qhy_union = qhyUnion; |
227 | } | 227 | } |
228 | 228 | ||
229 | - return api.get('', params, { | 229 | + return api.post('', params, { |
230 | headers: { | 230 | headers: { |
231 | 'X-Forwarded-For': ip || '', | 231 | 'X-Forwarded-For': ip || '', |
232 | 'User-Agent': userAgent | 232 | 'User-Agent': userAgent |
-
Please register or login to post a comment