微信发货同步增加脚步 v6.9.0

This commit is contained in:
gongfuxiang
2026-06-03 10:43:16 +08:00
parent 1c77ff7c4d
commit 1d6e2bb68a
11 changed files with 257 additions and 5 deletions

View File

@ -76,5 +76,18 @@ class Crontab extends Common
}
return $ret['msg'];
}
/**
* 微信发货同步
* @author Devil
* @blog http://gong.gg/
* @version 1.0.0
* @datetime 2026-05-26
*/
public function OrderDeliverySyncWeixin()
{
$ret = CrontabService::OrderDeliverySyncWeixin();
return 'sucs:'.$ret['data']['sucs'].', fail:'.$ret['data']['fail'];
}
}
?>