File tree Expand file tree Collapse file tree 13 files changed +19
-17
lines changed
weixin-java-common/src/main/java/me/chanjar/weixin/common/service
weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/api
main/java/me/chanjar/weixin/mp/api
test/java/me/chanjar/weixin/mp/api/impl Expand file tree Collapse file tree 13 files changed +19
-17
lines changed Original file line number Diff line number Diff line change 1- package me .chanjar .weixin .common .api ;
1+ package me .chanjar .weixin .common .service ;
22
33import me .chanjar .weixin .common .error .WxErrorException ;
44import me .chanjar .weixin .common .bean .imgproc .WxImgProcAiCropResult ;
Original file line number Diff line number Diff line change 1- package me .chanjar .weixin .mp . api ;
1+ package me .chanjar .weixin .common . service ;
22
33import me .chanjar .weixin .common .bean .WxOAuth2UserInfo ;
44import me .chanjar .weixin .common .bean .oauth2 .WxOAuth2AccessToken ;
Original file line number Diff line number Diff line change 1- package me .chanjar .weixin .common .api ;
1+ package me .chanjar .weixin .common .service ;
22
33import me .chanjar .weixin .common .error .WxErrorException ;
44import me .chanjar .weixin .common .bean .ocr .WxOcrBankCardResult ;
Original file line number Diff line number Diff line change 22
33import cn .binarywang .wx .miniapp .bean .WxMaJscode2SessionResult ;
44import cn .binarywang .wx .miniapp .config .WxMaConfig ;
5- import me .chanjar .weixin .common .api .WxImgProcService ;
6- import me .chanjar .weixin .common .api .WxOcrService ;
5+ import me .chanjar .weixin .common .service .WxImgProcService ;
6+ import me .chanjar .weixin .common .service .WxOcrService ;
77import me .chanjar .weixin .common .error .WxErrorException ;
88import me .chanjar .weixin .common .service .WxService ;
99import me .chanjar .weixin .common .util .http .MediaUploadRequestExecutor ;
Original file line number Diff line number Diff line change 1111import com .google .gson .JsonObject ;
1212import lombok .extern .slf4j .Slf4j ;
1313import me .chanjar .weixin .common .api .WxConsts ;
14- import me .chanjar .weixin .common .api .WxImgProcService ;
15- import me .chanjar .weixin .common .api .WxOcrService ;
14+ import me .chanjar .weixin .common .service .WxImgProcService ;
15+ import me .chanjar .weixin .common .service .WxOcrService ;
1616import me .chanjar .weixin .common .bean .ToJson ;
1717import me .chanjar .weixin .common .bean .WxAccessToken ;
1818import me .chanjar .weixin .common .enums .WxType ;
Original file line number Diff line number Diff line change 22
33import cn .binarywang .wx .miniapp .api .WxMaService ;
44import lombok .RequiredArgsConstructor ;
5- import me .chanjar .weixin .common .api .WxImgProcService ;
5+ import me .chanjar .weixin .common .service .WxImgProcService ;
66import me .chanjar .weixin .common .bean .imgproc .WxImgProcAiCropResult ;
77import me .chanjar .weixin .common .bean .imgproc .WxImgProcQrCodeResult ;
88import me .chanjar .weixin .common .bean .imgproc .WxImgProcSuperResolutionResult ;
Original file line number Diff line number Diff line change 22
33import cn .binarywang .wx .miniapp .api .WxMaService ;
44import lombok .RequiredArgsConstructor ;
5- import me .chanjar .weixin .common .api .WxOcrService ;
5+ import me .chanjar .weixin .common .service .WxOcrService ;
66import me .chanjar .weixin .common .bean .ocr .*;
77import me .chanjar .weixin .common .error .WxErrorException ;
88import me .chanjar .weixin .common .requestexecuter .ocr .OcrDiscernRequestExecutor ;
Original file line number Diff line number Diff line change 11package me .chanjar .weixin .mp .api ;
22
33import com .google .gson .JsonObject ;
4- import me .chanjar .weixin .common .api .WxImgProcService ;
5- import me .chanjar .weixin .common .api .WxOcrService ;
4+ import me .chanjar .weixin .common .service .WxImgProcService ;
5+ import me .chanjar .weixin .common .service .WxOcrService ;
66import me .chanjar .weixin .common .bean .WxJsapiSignature ;
77import me .chanjar .weixin .common .bean .WxNetCheckResult ;
88import me .chanjar .weixin .common .enums .TicketType ;
99import me .chanjar .weixin .common .error .WxErrorException ;
10+ import me .chanjar .weixin .common .service .WxOAuth2Service ;
1011import me .chanjar .weixin .common .service .WxService ;
1112import me .chanjar .weixin .common .util .http .MediaUploadRequestExecutor ;
1213import me .chanjar .weixin .common .util .http .RequestExecutor ;
Original file line number Diff line number Diff line change 88import lombok .Setter ;
99import lombok .extern .slf4j .Slf4j ;
1010import me .chanjar .weixin .common .api .WxConsts ;
11- import me .chanjar .weixin .common .api .WxImgProcService ;
12- import me .chanjar .weixin .common .api .WxOcrService ;
11+ import me .chanjar .weixin .common .service .WxImgProcService ;
12+ import me .chanjar .weixin .common .service .WxOcrService ;
1313import me .chanjar .weixin .common .bean .ToJson ;
1414import me .chanjar .weixin .common .bean .WxAccessToken ;
1515import me .chanjar .weixin .common .bean .WxJsapiSignature ;
1919import me .chanjar .weixin .common .error .WxError ;
2020import me .chanjar .weixin .common .error .WxErrorException ;
2121import me .chanjar .weixin .common .error .WxRuntimeException ;
22+ import me .chanjar .weixin .common .service .WxOAuth2Service ;
2223import me .chanjar .weixin .common .session .StandardSessionManager ;
2324import me .chanjar .weixin .common .session .WxSessionManager ;
2425import me .chanjar .weixin .common .util .DataUtils ;
Original file line number Diff line number Diff line change 22
33import lombok .RequiredArgsConstructor ;
44import me .chanjar .weixin .common .error .WxErrorException ;
5- import me .chanjar .weixin .common .api .WxImgProcService ;
5+ import me .chanjar .weixin .common .service .WxImgProcService ;
66import me .chanjar .weixin .mp .api .WxMpService ;
77import me .chanjar .weixin .common .bean .imgproc .WxImgProcAiCropResult ;
88import me .chanjar .weixin .common .bean .imgproc .WxImgProcQrCodeResult ;
You can’t perform that action at this time.
0 commit comments