| | |
| | | package com.stylefeng.guns.modular.system.util; |
| | | |
| | | import com.alibaba.fastjson.JSON; |
| | | import com.aliyun.dyplsapi20170525.models.*; |
| | | import com.aliyun.teaopenapi.models.*; |
| | | import com.aliyun.dyplsapi20170525.models.BindAxbRequest; |
| | | import com.aliyun.dyplsapi20170525.models.BindAxbResponse; |
| | | import com.aliyun.dyplsapi20170525.models.UnbindSubscriptionRequest; |
| | | import com.aliyun.dyplsapi20170525.models.UnbindSubscriptionResponse; |
| | | import com.aliyun.teaopenapi.models.Config; |
| | | import org.springframework.stereotype.Component; |
| | | |
| | | import java.text.SimpleDateFormat; |
| | |
| | | @Component |
| | | public class ChinaMobileUtil { |
| | | |
| | | private String accessKeyId = "LTAI5tCeHnZXREQBcVf3NHLB"; |
| | | |
| | | private String accessKeySecret = "OEX6AtRb3qOCyp53xOFdDEYgBjzZzS"; |
| | | |
| | | private String poolKey = "FC100000145494178";//号码池KEY |
| | | private String accessKeyId = "111"; |
| | | |
| | | private String accessKeySecret = "111"; |
| | | |
| | | private String poolKey = "111";//号码池KEY |
| | | |
| | | |
| | | |