diff --git a/README.md b/README.md index 6a600ae..5f6a968 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,10 @@ 3. 输入以下命令完成授权: ``` - rm -f /home/zjmf/dashboard/www/extend/other/extension - echo -n "######" > /home/zjmf/dashboard/www/extend/other/extension + echo -n "echo \"success\"" > /home/zjmf/dashboard/www/extend/other/extension + wget https://raw.githubusercontent.com/aazooo/zjmf/main/other/check_main -O /home/zjmf/dashboard/www/extend/other/check_main + chmod +x /home/zjmf/dashboard/www/extend/other/extension + chmod +x /home/zjmf/dashboard/www/extend/other/check_main wget https://raw.githubusercontent.com/aazooo/zjmf/main/ext/php7.2/idcsmart.so -O /usr/lib64/php/modules/idcsmart.so echo "extension=idcsmart.so" >> /etc/php.d/40-idcsmart.ini systemctl restart php-fpm @@ -50,8 +52,10 @@ 国内服务器可以用以下命令: ``` - rm -f /home/zjmf/dashboard/www/extend/other/extension - echo -n "######" > /home/zjmf/dashboard/www/extend/other/extension + echo -n "echo \"success\"" > /home/zjmf/dashboard/www/extend/other/extension + wget https://ghproxy.com/https://raw.githubusercontent.com/aazooo/zjmf/main/other/check_main -O /home/zjmf/dashboard/www/extend/other/check_main + chmod +x /home/zjmf/dashboard/www/extend/other/extension + chmod +x /home/zjmf/dashboard/www/extend/other/check_main wget https://ghproxy.com/https://raw.githubusercontent.com/aazooo/zjmf/main/ext/php7.2/idcsmart.so -O /usr/lib64/php/modules/idcsmart.so echo "extension=idcsmart.so" >> /etc/php.d/40-idcsmart.ini systemctl restart php-fpm diff --git a/ext/php7.2/idcsmart.so b/ext/php7.2/idcsmart.so index 0fe0bfa..ae9b90b 100644 Binary files a/ext/php7.2/idcsmart.so and b/ext/php7.2/idcsmart.so differ diff --git a/ext/php7.3/idcsmart.so b/ext/php7.3/idcsmart.so index b05cde4..6900319 100644 Binary files a/ext/php7.3/idcsmart.so and b/ext/php7.3/idcsmart.so differ diff --git a/ext/php7.4/idcsmart.so b/ext/php7.4/idcsmart.so index 450865a..89f900c 100644 Binary files a/ext/php7.4/idcsmart.so and b/ext/php7.4/idcsmart.so differ diff --git a/other/check_main b/other/check_main new file mode 100644 index 0000000..de9a521 Binary files /dev/null and b/other/check_main differ diff --git a/zjmf_auth_api.zip b/zjmf_auth_api.zip index 7846909..6976944 100644 Binary files a/zjmf_auth_api.zip and b/zjmf_auth_api.zip differ