|
@@ -33,9 +33,11 @@ const shop={
|
|
|
detail:p => http.get('cyzh-ldt/shop/detail',{params:p}),
|
|
detail:p => http.get('cyzh-ldt/shop/detail',{params:p}),
|
|
|
submit:(p)=> http.post('cyzh-ldt/shop/submit',p),
|
|
submit:(p)=> http.post('cyzh-ldt/shop/submit',p),
|
|
|
statistic:p => http.get('cyzh-ldt/app/shop/statistic?shopId='+p),
|
|
statistic:p => http.get('cyzh-ldt/app/shop/statistic?shopId='+p),
|
|
|
- payBefore:p => http.post('cyzh-ldt/loginuser/payBefore',p),
|
|
|
|
|
|
|
+ payBefore:p => http.post('cyzh-ldt/loginuser/payBeforeNew',p),
|
|
|
yingshouPage:p => http.get('cyzh-ldt/app/shop/getYingShouPage',{params:p}),
|
|
yingshouPage:p => http.get('cyzh-ldt/app/shop/getYingShouPage',{params:p}),
|
|
|
remainDetailPage:p => http.get('cyzh-ldt/app/shop/getRemainDetailPage',{params:p}),
|
|
remainDetailPage:p => http.get('cyzh-ldt/app/shop/getRemainDetailPage',{params:p}),
|
|
|
|
|
+ //支付策略
|
|
|
|
|
+ getPointPayType:p => http.post('cyzh-ldt/loginuser/getPointPayType',p),
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
const memberCenter={
|
|
const memberCenter={
|
|
@@ -82,6 +84,7 @@ const webSocket={
|
|
|
sendInfo:p => http.post('cyzh-ldt/webSocket/sendInfo',p),
|
|
sendInfo:p => http.post('cyzh-ldt/webSocket/sendInfo',p),
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+
|
|
|
export const api={
|
|
export const api={
|
|
|
uploadFile,
|
|
uploadFile,
|
|
|
dict,
|
|
dict,
|