同步考勤数据到黔送

This commit is contained in:
fl 2024-12-06 23:02:50 +08:00
parent 913fdd2d1d
commit 6bdeea141a
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@ public class IpAndPathConfig {
/**
* 小程序相关
*/
public static String wechatDevUrl = "http://127.0.0.1:1907/gz_att_wechat/wechatData";
public static String wechatDevUrl = "http://127.0.0.1:1907/gz_att_wechat";
public static String wechatTestUrl = "http://192.168.0.14:1907/gz_att_wechat/wechatData";
public static String wechatTestUrl = "http://192.168.0.14:1907/gz_att_wechat";
public static String wechatProdUrl = "http://112.29.103.165:21880/wcd/getWorkerCard";