Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
my-yaf-project
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenchuanwen
my-yaf-project
Commits
acf61a63
Commit
acf61a63
authored
Aug 24, 2018
by
wwccw0591
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
time
parent
6f1fab25
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
366 additions
and
1 deletion
+366
-1
ApiConst.php
application/library/Our/ApiConst.php
+1
-1
ApiConst.php___jb_old___
application/library/Our/ApiConst.php___jb_old___
+365
-0
No files found.
application/library/Our/ApiConst.php
View file @
acf61a63
...
...
@@ -11,7 +11,7 @@ class ApiConst
const
randLengh
=
8
;
//10天数秒
const
tenDaySecond
=
86400
0
;
const
tenDaySecond
=
86400
;
//const tenDaySecond = 300;
//一天
const
oneDaySecond
=
86400
;
...
...
application/library/Our/ApiConst.php___jb_old___
0 → 100644
View file @
acf61a63
<?php
namespace
Our
;
class
ApiConst
{
//传输加密方式
const
aesEncode
=
1
;
//1:AES
const
md5Encode
=
2
;
//2.MD5
const
plainEncode
=
3
;
//3.明文
//生成随机数的长度
const
randLengh
=
8
;
//10天数秒
const
tenDaySecond
=
864000
;
//const tenDaySecond = 300;
//一天
const
oneDaySecond
=
86400
;
//半天
const
halfDaySecond
=
43200
;
//一个小时
const
oneHour
=
3600
;
//10分钟秒数
const
tenMinSecond
=
600
;
//7天秒数
const
sevenDaySecond
=
604800
;
const
oneMinute
=
60
;
//八小时秒数
const
EightHoursSecond
=
28800
;
const
hundred
=
100
;
//1分钟秒数
const
oneMinSecond
=
60
;
//成功状态码
const
returnSuccess
=
1
;
//设备类型
const
pcType
=
1
;
const
iphoneType
=
2
;
const
adroidType
=
3
;
const
ipadType
=
4
;
const
wxType
=
5
;
//每天每个设备可获得的最多token次数
const
maxAccess
=
10000
;
//分享类型
const
shareWxFriend
=
1
;
//微信好友
const
shareWxFriends
=
2
;
//微信朋友圈
const
shareQqFriend
=
3
;
//分享到qq好友
const
shareQqSpace
=
4
;
//分享到qq空间
const
shareSinaWeibo
=
5
;
//分享到新浪微博
//数字
const
zero
=
0
;
const
one
=
1
;
const
two
=
2
;
const
favTimeAsc
=
1
;
const
favTimeDesc
=
2
;
const
orderTotalAsc
=
3
;
const
orderTotalDesc
=
4
;
//消息类型
//系统消息
const
systemMessageType
=
1
;
//定单消息
const
orderMessageType
=
2
;
//快递消息
const
deliveryMessageType
=
3
;
//店铺消息类型
const
storeMessageType
=
4
;
//普通用户消息类型
const
memberMessageType
=
5
;
//消息状态
//未读消息
const
unread
=
0
;
const
read
=
1
;
const
sendRemove
=
2
;
const
recieveRemove
=
3
;
const
remove
=
-
1
;
//订单未被删除
const
undeleteOrder
=
0
;
//未发生退款的订单
const
unRefund
=
0
;
const
markOtherNameFlag
=
4
;
// 当前位置经纬度距离小于200默认为该地址
const
minDistanceForCurrentPosition
=
200
;
const
unChoosedAddressId
=
-
1
;
//默认验证码有效分钟数
const
defaultVeryifyCodeValidMinutes
=
10
;
const
ten
=
10
;
const
five
=
5
;
const
sixty
=
60
;
//分页默认参数
const
pageIndex
=
0
;
const
pageSize
=
20
;
const
salePageSize
=
10
;
const
pageSizeTen
=
10
;
//订单状态
const
orderStateCancel
=
0
;
//已取消
const
orderStateWaitPay
=
10
;
//待付款
const
orderStateWaitConfirm
=
20
;
//待接单
const
orderStateWaitSend
=
25
;
//待发货
const
orderStateWaitRecieve
=
30
;
//待收货
const
orderStateComplete
=
40
;
//已完成
const
orderStateClose
=
-
1
;
//关闭定单
const
receivePayment
=
1
;
//商家收到货款了
const
noreceivePayment
=
0
;
//商家未收到货款
const
deleteStateOne
=
1
;
const
deleteStateZero
=
0
;
const
deleteStateTwo
=
2
;
const
orderStateWaitConfirmBeyond
=
300
;
const
orderWaitRecieveTwentyFourHours
=
86400
;
const
orderWaitRecieveThreeDays
=
259200
;
const
deliveryFinishTwentyFourHours
=
86400
;
//1为不用锁定,2为锁定
const
orderLockTwo
=
2
;
const
orderLockOne
=
1
;
//售后状态
const
complainTimeLimit
=
2592000
;
const
refundSellerVerify
=
1
;
const
refundSellerAgree
=
2
;
const
refundSellerRefuse
=
3
;
const
refundTypeGoods
=
2
;
const
returnTypeNotReturn
=
1
;
const
returnTypeMustReturn
=
2
;
const
refundTypeMoney
=
1
;
const
refundApplyOnlyMoney
=
1
;
const
refundApply
=
2
;
const
refundApplyPlatform
=
3
;
const
goodsStateWaitSend
=
1
;
const
goodsStateWaitRecieve
=
2
;
const
goodsStateUnRecieve
=
3
;
const
goodsStateRecieved
=
4
;
//是否退款成功
const
refundSuccess
=
1
;
const
refundFail
=
0
;
//是否收到货
const
shippingOver
=
1
;
const
noShippingOver
=
0
;
const
shippingStatusArrive
=
3
;
const
shippingStatusTransporting
=
1
;
const
shippingStatusSending
=
2
;
const
shippingStatusSendingFail
=
4
;
//平台介入
const
platIn
=
1
;
const
platNotIn
=
0
;
//平台审核状态
const
refundPlatformVerify
=
0
;
const
refundPlatformAgree
=
1
;
const
refundPlatformRefuse
=
2
;
//评价状态
const
waitEvaluation
=
0
;
const
haveEvaluation
=
1
;
const
pastWaitEvaluation
=
2
;
const
canRefundDay
=
3
;
const
goodsTypeFour
=
4
;
//支付方式
const
wxpay
=
1
;
const
offlinePay
=
0
;
const
afterSendPay
=
2
;
const
alipay
=
3
;
const
tenpay
=
4
;
const
wxProgram
=
5
;
//配送方式
const
bySelf
=
0
;
const
bySeller
=
1
;
const
express
=
2
;
//文案类型
const
buyerText
=
1
;
const
storeText
=
2
;
const
deliveryText
=
3
;
//配送表han_qm_deliveryman_log
const
orderTypeBuy
=
1
;
const
orderTypeRefund
=
2
;
//配送表deliveryState
//当购买的时候是待送货,当退货的时候是待收货
const
deliveryStateWait
=
20
;
const
deliveryStateComplete
=
30
;
//缓存周期
//一个小时
const
oneHourCache
=
1
;
const
storeQrcodeMember
=
1
;
//扫描店铺二维码
const
sellerQrcodeMember
=
2
;
//扫描销售员二维码
const
buyMember
=
3
;
//购买
const
messageTypeRegister
=
1
;
//注册类短信
const
messageTypeLogin
=
2
;
//登录类短信
const
messageTypeSeller
=
3
;
//销售员登录短信
const
messageTypeValidOldMobile
=
4
;
//验证旧手机短信
const
messageTypeValidNewMobile
=
5
;
//验证新手机短信
const
messageTypeFindPassword
=
6
;
//找回密码发送验证码
const
messageTypeWxLietBindMobile
=
7
;
//微信小程序绑定手机号码验证手机号码
const
userFromWeibo
=
1
;
const
userFromQQ
=
2
;
const
wechatUserType
=
3
;
const
userFromWx
=
4
;
//订单相关
const
advPositionHomeTopIndex
=
1
;
//平台首页头部广告位
const
advPositionHomeBottomIndex
=
2
;
//平台底部广告位
const
advPositionHomeClassIndex
=
3
;
//平台分类页广告位
const
advPositionCartEmptyIndex
=
4
;
//购物车为空时广告位
const
advPositionStoreTopIndex
=
5
;
//店铺头部广告位
const
advPositionStoreMiddleIndex
=
6
;
//店铺中间广告位
const
advPositionHomeMiddleIndex
=
7
;
//平台中部广告位
const
commonClassStyle
=
1
;
const
signClassStyle
=
2
;
const
defaultAddressCount
=
3
;
const
maxIndexGoodsCount
=
10
;
const
nine
=
9
;
const
orderListDescribe
=
1
;
const
orderDetailLabel
=
3
;
const
orderDetailDescribe
=
2
;
const
defaultIndexStoreCount
=
3
;
//首页默认显示店铺数
const
defaultIndexMinMaxCount
=
6
;
//附近店铺家数临界点
const
defaultIndexGoodsCount
=
9
;
const
defaultIndexGoodsMinMaxCount
=
18
;
//商品图片大小类型
const
goodsSmallSize
=
60
;
const
goodsMiddle
=
240
;
const
goodsBiger
=
360
;
const
goodsBigest
=
1280
;
const
wechatDeviceType
=
5
;
//微信设备类型
const
man
=
1
;
const
woman
=
2
;
const
noLimitCoupon
=
1
;
//无门槛优惠券
const
goodsClassCoupon
=
2
;
//指定品类优惠券
const
goodsCoupon
=
3
;
//指定商品优惠券
const
commonCoupon
=
4
;
//普通优惠券
const
fullMinusCouponType
=
1
;
//满减优惠券
const
discountCouponType
=
0
;
//折扣优惠券
const
fullForCouponCouponType
=
2
;
//满额赠券优惠券
const
fullForGiftCouponType
=
3
;
//满额赠礼品优惠券
const
noLimitCouponType
=
4
;
//无门槛
const
availCouponState
=
1
;
const
usedCouponState
=
2
;
const
unavailCouponState
=
3
;
const
maxHomeIndexClassesCount
=
10
;
const
lessHomeIndexClassesCount
=
9
;
const
couponUnused
=
1
;
const
couponUsed
=
2
;
const
couponOverdue
=
3
;
//等于0表示没有选中地址时是选中当前传入经纬度,等于1表示没有命中地址是选中地址列表中按照is_default desc,address_id desc倒序的第一条地址
const
defaultAddressRoute
=
0
;
const
addGoodsToCart
=
1
;
//将商品加入购物车
const
addBundingToCart
=
2
;
//将组合销售商品加入购物车
const
onlineGoodsState
=
1
;
//正常商品状态
const
onlineGoodsVerify
=
1
;
//商品已通过审核
const
cartGoodsOnline
=
1
;
//购物车商品正常
const
cartGoodsOffline
=
2
;
//购物车商品下架
const
cartGoodsNoStorage
=
3
;
//购物车商品库存不足
const
defaultCouponTitleLength
=
3
;
//最多获取标题数量
const
storeAdvPositionTop
=
1
;
//店铺首页顶部广告位
const
storeAdvPositionMiddle
=
2
;
//店铺首页中部广告位
const
noData
=
-
1
;
const
defaultDeliveryInterval
=
30
;
//配送时间间隔,如果没有设置默认三十分钟
const
deliveryStartTime
=
28800
;
//早上8点的开始时间戳(配送默认从早上八点到晚上10点)
const
deliveryEndTime
=
79200
;
//晚上10点结束的时间戳(配送默认从早上八点到晚上10点)
const
deliveryStore
=
1
;
//商家配送
const
deliveryExpress
=
2
;
//快递订单
const
deliveryBuyer
=
0
;
//到店自提
const
payOnline
=
1
;
//线上支付
const
payOffline
=
0
;
//线下支付
const
payAog
=
2
;
//货到付款
//分享
const
sharePlat
=
1
;
//平台
const
shareStore
=
2
;
//店铺
const
shareGoods
=
3
;
//商品
const
wxAppPayType
=
1
;
//APP微信支付
const
aliPayType
=
2
;
//APP支付宝支付
const
qqPayType
=
3
;
//APPQQ钱包支付
const
wxLitePayType
=
4
;
//小程序微信支付
const
favFromUser
=
1
;
//用户主动关注
const
favFromBuy
=
2
;
//购买关注
const
favFromScan
=
3
;
//扫码关注
const
payExpireTime
=
900
;
//支付过期时间
const
takeAccessTokenLimit
=
7000
;
const
minus
=
0
;
const
plus
=
1
;
const
set
=
2
;
//微信小程序是否发布
const
isWxPublish
=
0
;
//消息模板类型
const
reachRemindMessageType
=
1
;
const
waitRecieveOrderType
=
15
;
//消息按钮类型
const
messageButtonTypeConfirmButton
=
1
;
//确认收货
const
messageButtonTypeReciverButton
=
2
;
//确认接单
//消息按钮是否操作过
const
messageButtonIsClick
=
0
;
const
messageButoonNotClick
=
1
;
//消息按钮展现方式
const
messageButtonShowTypeNomoral
=
1
;
const
messageButtonShowTypeGray
=
2
;
const
messageButtonShowTypeOnLight
=
3
;
const
messageButtonIdOne
=
1
;
const
messageButtonIdTwo
=
2
;
const
commonProblemArticleClassId
=
18
;
//常见问题对应文章分类ID
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment