|  |  |  | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.pojoSe.SeCodeVerify; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.pojoSe.SeOpenId; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.voSe.VoClientWechat; | 
|---|
|  |  |  | import com.dy.pipIrrSell.wechatpay.PayInfo; | 
|---|
|  |  |  | import com.dy.pipIrrWechat.client.dto.CodeLoginDTO; | 
|---|
|  |  |  | import com.dy.pipIrrWechat.client.dto.CodeVerifyDTO; | 
|---|
|  |  |  | import com.dy.pipIrrWechat.result.WechatResultCode; | 
|---|
|  |  |  | 
|---|
|  |  |  | private final ClientSv clientSv; | 
|---|
|  |  |  | private final AliyunSmsSv aliyunSmsSv; | 
|---|
|  |  |  | private final RestTemplateUtil restTemplateUtil; | 
|---|
|  |  |  | private final String privateCertFileName = PayInfo.privateCertFileName; | 
|---|
|  |  |  | private final String appid = PayInfo.appid; | 
|---|
|  |  |  | private final String secret = PayInfo.secret; | 
|---|
|  |  |  | private final String mchid = PayInfo.mchid; | 
|---|