完善c端接口
This commit is contained in:
@@ -25,10 +25,18 @@ import java.util.Map;
|
||||
@Component
|
||||
public class UmengConfig {
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @param token
|
||||
* @return
|
||||
*/
|
||||
|
||||
public static CloseableHttpResponse send(String token){
|
||||
String umAppkey = "5df88f83570df3b8d40012337";
|
||||
String appKey = "LTAI5tDWWzwqxumUXTFnkQFd";
|
||||
String appSecret = "KOD3y6OxbHJ23wxAf68NFpUQXCQEPX";
|
||||
//687b2df479267e0210b79b6f
|
||||
String umAppkey = "687b2e1679267e0210b79b70";
|
||||
String appKey = "204918113";
|
||||
String appSecret = "v4UrIhhLZlo0adpmevyCfvThGFbrRer0";
|
||||
// 下面的url要和阿里云云市场购买的商品对应
|
||||
String url = "https://verify5.market.alicloudapi.com/api/v1/mobile/info?appkey=" + umAppkey;
|
||||
HttpPost httpPost = new HttpPost(url);
|
||||
|
||||
Reference in New Issue
Block a user