資源簡介
采用thinkphp框架開發
獨立框架開發,非插件
采用主流MVC框架開發,而非插件,網站性能更加順暢,更加方便功能擴展和二次開發的方便。
豐富服務付費模式
為客戶提供更加多樣性的付費模式,客戶可以根據需要選擇合適的付費模式。
強大的專業團隊
我們將7*?24小時隨時待命,強大的技術團隊為您提供全方位的服務。
終身免費升級
我們的所有應用都將實施終身制,一旦購買,將終身免費升級,為您解除后顧之憂。
功能簡介
WEB管理后臺
PC端實現后臺管理,避免手機操作界面的繁瑣
微信客戶端
客戶通過微信公眾號自動登錄,未關注客戶提示關注微信公眾號
會員管理
會員是否關注微信號,一目了然,自定義客戶級別
自定義套餐
系統套餐和自定義套餐搭配使用,讓您的營銷和銷售更加靈活
手機驗證
手機驗證碼驗證,確保客戶的真實性和有效性
底片下載
針對照相館開發功能,客戶可以在線下載照片底片,
在線支付
通過微信支付實現預約項目的在線支付
一鍵退款
通過微信退款功能將款項原路退回到客戶支付賬戶
位置定位
多店鋪版本根據位置推薦客戶最近的店鋪,并可以導航到達店鋪
在線排班
后臺設置預約時間段和最大飽和人數,實現自動排班
財務統計
資金明細,支付記錄,后臺可查,可根據分店統計財務狀況
代碼片段和文件信息
/***********************************************************************
????Copyright?2006-2007?Ma?Bingyao
????These?sources?is?free?software.?Redistributions?of?source?code?must
????retain?the?above?copyright?notice.?Redistributions?in?binary?form
????must?reproduce?the?above?copyright?notice.?You?can?redistribute?it
????freely.?You?can?use?it?with?any?free?or?commercial?software.
????These?sources?is?distributed?in?the?hope?that?it?will?be?useful
????but?WITHOUT?ANY?WARRANTY.?Without?even?the?implied?warranty?of
????MERCHANTABILITY?or?FITNESS?FOR?A?PARTICULAR?PURPOSE.
????????You?may?contact?the?author?by:
???????????e-mail:??andot@coolcode.cn
*************************************************************************/
#ifdef?HAVE_CONFIG_H
#include?“config.h“
#endif
#include?“php.h“
#if?HAVE_XXTEA
#include?“php_xxtea.h“
#include?“ext/standard/info.h“?/*?for?phpinfo()?functions?*/
#include?“xxtea.h“
/*?compiled?function?list?so?Zend?knows?what‘s?in?this?module?*/
zend_function_entry?xxtea_functions[]?=
{
????ZEND_FE(xxtea_encrypt?NULL)
????ZEND_FE(xxtea_decrypt?NULL)
????ZEND_FE(xxtea_info?NULL)
????{NULL?NULL?NULL}
};
/*?compiled?module?information?*/
zend_module_entry?xxtea_module_entry?=
{
????STANDARD_MODULE_HEADER
????XXTEA_MODULE_NAME
????xxtea_functions
????ZEND_MINIT(xxtea)
????ZEND_MSHUTDOWN(xxtea)
????NULL
????NULL
????ZEND_MINFO(xxtea)
????XXTEA_VERSION
????STANDARD_MODULE_PROPERTIES
};
/*?implement?standard?“stub“?routine?to?introduce?ourselves?to?Zend?*/
#if?defined(COMPILE_DL_XXTEA)
ZEND_GET_MODULE(xxtea)
#endif
static?xxtea_long?*xxtea_to_long_array(unsigned?char?*data?xxtea_long?len?int?include_length?xxtea_long?*ret_len)?{
????xxtea_long?i?n?*result;
n?=?len?>>?2;
????n?=?(((len?&?3)?==?0)???n?:?n?+?1);
????if?(include_length)?{
????????result?=?(xxtea_long?*)emalloc((n?+?1)?<2);
????????result[n]?=?len;
????*ret_len?=?n?+?1;
}?else?{
????????result?=?(xxtea_long?*)emalloc(n?<2);
????*ret_len?=?n;
????}
memset(result?0?n?<2);
for?(i?=?0;?i?????????result[i?>>?2]?|=?(xxtea_long)data[i]?<((i?&?3)?<3);
????}
????return?result;
}
static?unsigned?char?*xxtea_to_byte_array(xxtea_long?*data?xxtea_long?len?int?include_length?xxtea_long?*ret_len)?{
????xxtea_long?i?n?m;
????unsigned?char?*result;
????n?=?len?<2;
????if?(include_length)?{
????????m?=?data[len?-?1];
????????if?((m??n?-?4))?return?NULL;
????????n?=?m;
????}
????result?=?(unsigned?char?*)emalloc(n?+?1);
for?(i?=?0;?i?????????result[i]?=?(unsigned?char)((data[i?>>?2]?>>?((i?&?3)?<3))?&?0xff);
????}
result[n]?=?‘\0‘;
*ret_len?=?n;
return?result;
}
static?unsigned?char?*php_xxtea_encrypt(unsigned?char?*data?xxtea_long?len?unsigned?char?*key?xxtea_long?*ret_len)?{
????unsigned?char?*result;
????xxtea_long?*v?*k?v_len?k_len;
????v?=?xxtea_to_long_array(data?len?1?&v_len);
????k?=?xxtea_to_long_array(key?16?0?&k_len);
????xxtea_long_encrypt(v?v_len?k);
????result?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-09-29?18:40??WeChatAppointment\
?????文件????????8196??2017-09-29?18:40??WeChatAppointment\.DS_Store
?????目錄???????????0??2017-09-29?18:40??__MACOSX\
?????目錄???????????0??2017-09-29?18:40??__MACOSX\WeChatAppointment\
?????文件?????????120??2017-09-29?18:40??__MACOSX\WeChatAppointment\._.DS_Store
?????文件?????????134??2017-07-14?15:57??WeChatAppointment\.htaccess
?????目錄???????????0??2017-09-27?23:13??WeChatAppointment\.idea\
?????文件?????????442??2017-09-22?00:20??WeChatAppointment\.idea\deployment.xm
?????文件?????????281??2017-09-21?23:04??WeChatAppointment\.idea\guahao.iml
?????文件?????????264??2017-09-21?23:04??WeChatAppointment\.idea\modules.xm
?????文件?????????591??2017-09-20?23:51??WeChatAppointment\.idea\webServers.xm
?????文件???????43209??2017-09-27?23:13??WeChatAppointment\.idea\workspace.xm
?????目錄???????????0??2017-09-29?18:38??WeChatAppointment\App\
?????文件????????6148??2017-09-29?18:38??WeChatAppointment\App\.DS_Store
?????目錄???????????0??2017-09-29?18:40??__MACOSX\WeChatAppointment\App\
?????文件?????????120??2017-09-29?18:38??__MACOSX\WeChatAppointment\App\._.DS_Store
?????目錄???????????0??2017-09-25?13:16??WeChatAppointment\App\Admin\
?????文件????????8196??2017-09-29?18:39??WeChatAppointment\App\Admin\.DS_Store
?????目錄???????????0??2017-09-29?18:40??__MACOSX\WeChatAppointment\App\Admin\
?????文件?????????120??2017-09-29?18:39??__MACOSX\WeChatAppointment\App\Admin\._.DS_Store
?????目錄???????????0??2017-09-29?18:39??WeChatAppointment\App\Admin\Action\
?????文件???????10244??2017-09-29?18:39??WeChatAppointment\App\Admin\Action\.DS_Store
?????目錄???????????0??2017-09-29?18:40??__MACOSX\WeChatAppointment\App\Admin\Action\
?????文件?????????120??2017-09-29?18:39??__MACOSX\WeChatAppointment\App\Admin\Action\._.DS_Store
?????文件????????5332??2017-07-14?15:58??WeChatAppointment\App\Admin\Action\AccessAction.class.php
?????文件?????????916??2017-07-14?15:58??WeChatAppointment\App\Admin\Action\AddtionAction.class.php
?????文件????????7068??2017-07-14?15:58??WeChatAppointment\App\Admin\Action\AdminAction.class.php
?????文件????????3937??2017-07-14?15:58??WeChatAppointment\App\Admin\Action\BalanceAction.class.php
?????文件????????3181??2017-07-14?15:58??WeChatAppointment\App\Admin\Action\BlockAction.class.php
?????文件????????2488??2017-07-14?15:58??WeChatAppointment\App\Admin\Action\CardsAction.class.php
?????文件?????????414??2017-07-14?15:58??WeChatAppointment\App\Admin\Action\CashAction.class.php
............此處省略1859個文件信息
評論
共有 條評論