Browse Source

太阳码fix

ziwen 2 năm trước cách đây
mục cha
commit
45b0b673c7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      services/sun_code.go

+ 1 - 1
services/sun_code.go

@@ -17,7 +17,7 @@ type SunCodeReq struct {
 }
 
 // PcCreateAndUploadSunCode 生成太阳码并上传OSS
-func PcCreateAndUploadSunCode(page, scene string) (imgUrl string, err error) {
+func PcCreateAndUploadSunCode(scene, page string) (imgUrl string, err error) {
 	if page == "" {
 		err = errors.New("page不能为空")
 		return