Skip to content

Commit

Permalink
fix includesapi
Browse files Browse the repository at this point in the history
  • Loading branch information
qinmingyuan committed Jan 13, 2025
1 parent 51ad70c commit 5138fb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/apis/wechat/program_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

module Wechat
class ProgramApi < BaseApi
include Base::Sns
include Public::Common
include Public::Agency
include Public::Material
include BaseApi::Sns
include PublicApi::Common
include PublicApi::Agency
include PublicApi::Material
include Component
include Sec
include Wxa
Expand Down

0 comments on commit 5138fb8

Please sign in to comment.