changhong_newclient/wb_android/src/com/qp51/dev/wxapi/Constants.java

13 lines
201 B
Java
Raw Normal View History

2025-05-24 14:29:14 +08:00
package com.qp51.dev.wxapi;
public class Constants {
public static int API_ID = 1;
// appid
//
//3ab63e8725a078f97b277e0c60020b27
public static final String APP_ID = "wx3b815ffef97828d9";
}