forked from php-danfu.shenzhenbenwo.com

lefengyang
2025-09-10 9753a88eceb52a0f2e3084cf72f3474d2d7d7f1b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
.
├── activity
│   ├── advance
│   ├── bargain
│   ├── combination
│   ├── coupon
│   ├── integral
│   ├── live
│   ├── lottery
│   └── seckill
├── agent
│   ├── AgentLevelServices.php
│   ├── AgentLevelTaskRecordServices.php
│   ├── AgentLevelTaskServices.php
│   ├── AgentManageServices.php
│   ├── DivisionAgentApplyServices.php
│   └── DivisionServices.php
├── article
│   ├── ArticleCategoryServices.php
│   ├── ArticleContentServices.php
│   └── ArticleServices.php
├── diy
│   ├── DiyServices.php
│   ├── PageCategoryServices.php
│   └── PageLinkServices.php
├── kefu
│   ├── service
│   ├── KefuServices.php
│   ├── LoginServices.php
│   ├── ProductServices.php
│   └── UserServices.php
├── message
│   ├── notice
│   ├── wechat
│   ├── MessageSystemServices.php
│   ├── NoticeService.php
│   ├── SystemNotificationServices.php
│   └── TemplateMessageServices.php
├── order
│   ├── DeliveryServiceServices.php
│   ├── OtherOrderServices.php
│   ├── OtherOrderStatusServices.php
│   ├── StoreCartServices.php
│   ├── StoreOrderCartInfoServices.php
│   ├── StoreOrderComputedServices.php
│   ├── StoreOrderCreateServices.php
│   ├── StoreOrderDeliveryServices.php
│   ├── StoreOrderEconomizeServices.php
│   ├── StoreOrderInvoiceServices.php
│   ├── StoreOrderRefundServices.php
│   ├── StoreOrderServices.php
│   ├── StoreOrderSplitServices.php
│   ├── StoreOrderStatusServices.php
│   ├── StoreOrderStoreOrderCartInfoServices.php
│   ├── StoreOrderStoreOrderStatusServices.php
│   ├── StoreOrderSuccessServices.php
│   ├── StoreOrderTakeServices.php
│   ├── StoreOrderWapServices.php
│   └── StoreOrderWriteOffServices.php
├── other
│   ├── export
│   ├── AgreementServices.php
│   ├── CacheServices.php
│   ├── CategoryServices.php
│   ├── PosterServices.php
│   ├── QrcodeServices.php
│   └── UploadService.php
├── out
│   └── LoginServices.php
├── pay
│   ├── OrderOfflineServices.php
│   ├── OrderPayServices.php
│   ├── PayNotifyServices.php
│   ├── PayServices.php
│   ├── RechargeServices.php
│   └── YuePayServices.php
├── pc
│   ├── CartServices.php
│   ├── HomeServices.php
│   ├── LoginServices.php
│   ├── OrderServices.php
│   ├── ProductServices.php
│   ├── PublicServices.php
│   └── UserServices.php
├── product
│   ├── product
│   └── sku
├── serve
│   └── ServeServices.php
├── shipping
│   ├── ExpressServices.php
│   ├── ShippingTemplatesFreeCityServices.php
│   ├── ShippingTemplatesFreeServices.php
│   ├── ShippingTemplatesNoDeliveryCityServices.php
│   ├── ShippingTemplatesNoDeliveryServices.php
│   ├── ShippingTemplatesRegionCityServices.php
│   ├── ShippingTemplatesRegionServices.php
│   ├── ShippingTemplatesServices.php
│   └── SystemCityServices.php
├── statistic
│   ├── CapitalFlowServices.php
│   ├── OrderStatisticServices.php
│   ├── ProductStatisticServices.php
│   ├── TradeStatisticServices.php
│   └── UserStatisticServices.php
├── system
│   ├── admin
│   ├── attachment
│   ├── config
│   ├── log
│   ├── store
│   ├── AppVersionServices.php
│   ├── SystemAuthServices.php
│   ├── SystemClearServices.php
│   ├── SystemDatabackupServices.php
│   ├── SystemMenusServices.php
│   └── SystemUserLevelServices.php
├── user
│   ├── member
│   ├── LoginServices.php
│   ├── UserAddressServices.php
│   ├── UserAuthServices.php
│   ├── UserBillServices.php
│   ├── UserBillStoreOrderServices.php
│   ├── UserBrokerageFrozenServices.php
│   ├── UserBrokerageServices.php
│   ├── UserCancelServices.php
│   ├── UserExtractServices.php
│   ├── UserFriendsServices.php
│   ├── UserGroupServices.php
│   ├── UserInvoiceServices.php
│   ├── UserLabelCateServices.php
│   ├── UserLabelRelationServices.php
│   ├── UserLabelServices.php
│   ├── UserLevelServices.php
│   ├── UserMoneyServices.php
│   ├── UserRechargeServices.php
│   ├── UserSearchServices.php
│   ├── UserServices.php
│   ├── UserSignServices.php
│   ├── UserSpreadServices.php
│   ├── UserStoreOrderServices.php
│   ├── UserTaskFinishServices.php
│   ├── UserUserBillServices.php
│   ├── UserUserBrokerageServices.php
│   ├── UserVisitServices.php
│   └── UserWechatuserServices.php
├── wechat
│   ├── RoutineServices.php
│   ├── WechatKeyServices.php
│   ├── WechatMediaServices.php
│   ├── WechatMenuServices.php
│   ├── WechatMessageServices.php
│   ├── WechatNewsCategoryServices.php
│   ├── WechatQrcodeCateServices.php
│   ├── WechatQrcodeRecordServices.php
│   ├── WechatQrcodeServices.php
│   ├── WechatReplyKeyServices.php
│   ├── WechatReplyServices.php
│   ├── WechatServices.php
│   └── WechatUserServices.php
├── yihaotong
│   ├── SmsAdminServices.php
│   ├── SmsRecordServices.php
│   └── SmsTemplateApplyServices.php
├── BaseServices.php
└── filetree.txt
 
39 directories, 128 files