13 lines
201 B
Java
13 lines
201 B
Java
|
|
package com.qp51.dev.wxapi;
|
||
|
|
|
||
|
|
public class Constants {
|
||
|
|
|
||
|
|
public static int API_ID = 1;
|
||
|
|
|
||
|
|
// appid
|
||
|
|
//
|
||
|
|
//3ab63e8725a078f97b277e0c60020b27
|
||
|
|
public static final String APP_ID = "wx3b815ffef97828d9";
|
||
|
|
|
||
|
|
}
|