We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f40db commit 7f066acCopy full SHA for 7f066ac
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "code-lives/byte",
3
"description": "抖音小程序(支付、手机号解密、获取Token、支付异步通知、退款、订单查询、分账、模版消息)",
4
- "version": "1.0.0",
+ "version": "1.0.1",
5
"type": "library",
6
"license": "MIT",
7
"authors": [{
src/Byte.php
@@ -41,7 +41,7 @@ public static function init($config)
41
throw new \Exception('not empty notify_url');
42
}
43
if (empty($config['token'])) {
44
- throw new \Exception('not empty notify_url');
+ throw new \Exception('not empty token');
45
46
$class = new self();
47
$class->app_id = $config['app_id'];
0 commit comments