Skip to content

Commit

Permalink
v3.0.0-alpha - more endpoints!
Browse files Browse the repository at this point in the history
  • Loading branch information
MickMake committed Nov 20, 2022
1 parent 8659a64 commit 188aa0f
Show file tree
Hide file tree
Showing 892 changed files with 2,364 additions and 2,351 deletions.
913 changes: 894 additions & 19 deletions .idea/workspace.xml

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions iSolarCloud/AliSmsService/msgDownwardStatusReceipt/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/messageService/msgDownwardStatusReceipt"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/acceptPsSharing/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/powerStationService/acceptPsSharing"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/activateEmail/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/userService/activateEmail"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/addConfig/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/devDataHandleService/addConfig"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/addDeviceRepair/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/devService/addDeviceRepair"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/devDataHandleService/addDeviceToStructureForHousehold"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/devDataHandleService/addDeviceToStructureForHouseholdByPsIdS"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/addFault/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/faultService/addFault"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/addFaultOrder/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/faultService/addFaultOrder"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/addFaultPlan/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/faultService/addFaultPlan"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/addFaultRepairSteps/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/faultService/addFaultRepairSteps"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/addHouseholdEvaluation/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/faultService/addHouseholdEvaluation"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/addHouseholdLeaveMessage/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/faultService/addHouseholdLeaveMessage"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/addHouseholdOpinionFeedback/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/faultService/addHouseholdOpinionFeedback"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/addHouseholdWorkOrder/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/faultService/addHouseholdWorkOrder"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/addOnDutyInfo/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/otherService/addOnDutyInfo"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/addOperRule/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/faultService/addOperRule"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/addOrDelPsStructure/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/devService/addOrDelPsStructure"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/addOrderStep/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/faultService/addOrderStep"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/addPowerStationForHousehold/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/powerStationService/addPowerStationForHousehold"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/addPowerStationInfo/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/powerStationService/addPowerStationInfo"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/addReportConfigEmail/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/reportService/addReportConfigEmail"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/addSysAdvancedParam/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/devService/addSysAdvancedParam"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/addSysOrgNew/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/otherService/addSysOrgNew"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/aliPayAppTest/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/onlinepay/aliPayAppTest"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/auditOperRule/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/faultService/auditOperRule"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/batchAddStationBySn/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/powerStationService/batchAddStationBySn"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/batchImportSN/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/devService/batchImportSN"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/batchInsertUserAndOrg/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/userService/batchInsertUserAndOrg"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/devService/batchModifyDevicesInfoAndPropertis"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/batchProcessPlantReport/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/powerStationService/batchProcessPlantReport"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/batchUpdateDeviceSim/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/devService/batchUpdateDeviceSim"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/batchUpdateUserIsAgreeGdpr/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/userService/batchUpdateUserIsAgreeGdpr"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/boundMobilePhone/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/userService/boundMobilePhone"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/boundUserMail/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/userService/boundUserMail"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/caculateDeviceInputDiscrete/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/devService/caculateDeviceInputDiscrete"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/calculateDeviceDiscrete/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/devService/calculateDeviceDiscrete"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/powerStationService/calculateInitialCompensationData"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/cancelDeliverMail/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/messageService/cancelDeliverMail"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down
3 changes: 1 addition & 2 deletions iSolarCloud/AppService/cancelOrderScan/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const Url = "/v1/devService/cancelOrderScan"
const Disabled = false

type RequestData struct {
// DeviceType valueTypes.String `json:"device_type" required:"true"`
}
}

func (rd RequestData) IsValid() error {
return GoStruct.VerifyOptionsRequired(rd)
Expand Down

0 comments on commit 188aa0f

Please sign in to comment.