diff --git a/README.md b/README.md index 5f6a968..5fdc147 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ 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 + wget https://raw.githubusercontent.com/aazooo/zjmf/main/ext/cloud/idcsmart.so -O /usr/lib64/php/modules/idcsmart.so echo "extension=idcsmart.so" >> /etc/php.d/40-idcsmart.ini systemctl restart php-fpm ``` @@ -56,7 +56,7 @@ 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 + wget https://ghproxy.com/https://raw.githubusercontent.com/aazooo/zjmf/main/ext/cloud/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/cloud/idcsmart.so b/ext/cloud/idcsmart.so new file mode 100644 index 0000000..af27861 Binary files /dev/null and b/ext/cloud/idcsmart.so differ diff --git a/zjmf_auth_api.zip b/zjmf_auth_api.zip index 6976944..dd693fa 100644 Binary files a/zjmf_auth_api.zip and b/zjmf_auth_api.zip differ