# 分账 **Repository Path**: zy360/fz ## Basic Information - **Project Name**: 分账 - **Description**: 微信商家分账管理后台吗,后台使用laravel-admin - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-04-14 - **Last Updated**: 2022-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **安装** `composer update` `cp .env.example .env` `php artisan admin:publish` `php artisan admin:install` `php artisan migrate` **单元测试** `./vendor/phpunit/phpunit/phpunit` **nginx配置** `location / { try_files $uri $uri/ /index.php?$query_string; }` **支付回调示例** `{ "out_trade_no":"202005061403069012", "transaction_id":"4200000202005061403069012", "appid":"wx5cd85275b847e3b6", "attach":"123", "bank_type":"OTHERS", "cash_fee":"1", "device_info":"TICKET-WXAPP", "fee_type":"CNY", "is_subscribe":"Y", "mch_id":"1269928501", "nonce_str":"asm0ow5cwiqxkjchhuh75ctaeyb83x7b", "openid":"o_OTQsgkhfMQCvBY0ryY9BCiMT2I", "result_code":"SUCCESS", "return_code":"SUCCESS", "sign":"6E9063FF909BF5888FD35BAB58C96186", "sub_appid":"wx20e0b177ee8f6fb0", "sub_is_subscribe":"N", "sub_mch_id":"1271010801", "sub_openid":"oskf64usrJ8-Lk99ZYAI-zd3EugM", "time_end":"20200429092445", "total_fee":"1", "trade_type":"JSAPI" }`