[体验官活动]
This commit is contained in:
@@ -56,6 +56,11 @@ const skinDiff = (data) => req({
|
||||
data: data
|
||||
})
|
||||
|
||||
// 打卡列表用户信息
|
||||
const signUser = (experience_id) => req({
|
||||
url : "experiences/sign_user/" + experience_id,
|
||||
})
|
||||
|
||||
export default ({
|
||||
index,
|
||||
Enroll,
|
||||
@@ -64,5 +69,6 @@ export default ({
|
||||
signCalendar,
|
||||
signLabor,
|
||||
signList,
|
||||
skinDiff
|
||||
skinDiff,
|
||||
signUser
|
||||
})
|
||||
@@ -12,8 +12,8 @@ import {updToken} from './updateToken'
|
||||
// wx6bd4fcc040bfa025 水感应 正式appid
|
||||
// wx9ae0c63d0c58caeb 测试appid 三猿
|
||||
// wx3056ec23196eaf02 水感应 测试
|
||||
// const api = "https://api.shui.shuiganying.com/api/" // 正式环境
|
||||
const api = "https://shuitest.shuiganying.com/api/" // 测试环境
|
||||
const api = "https://api.shui.shuiganying.com/api/" // 正式环境
|
||||
// const api = "https://shuitest.shuiganying.com/api/" // 测试环境
|
||||
const header = {
|
||||
"Accept" : "application/json"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user